.footer_bottom{
        display: flex;
        justify-content: space-around;
        color: #abacb7;
        padding: 30px 0;
        border-top:1px solid #abacb7;
    }
    .footer-top ul li.li1 h3 a{
        color: #fff !important;
    }
    .commonweb1{
        margin: 0 auto;
    }
    .zx_text{
        display: flex;
        align-items: center;
        color: #abacb7;
    }
    .zxkf{
        background-color: #444243;
        color: #fff;
        display: flex;
        align-items: center;
        padding: 4px 20px;
        margin-right: 10px;
    }
    .zxkf img{
        width: 30px;
    }
    .ewm{
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff;
        margin-right: 20px;
    }
    .ewm img{
        width: 100px;
        height: 100px;
        margin-bottom: 6px;
    }
        @media(min-width:1024px){
            .commonweb1{
                max-width: 1000px !important;
            }
            .flex_b{
                display: flex;
                flex-wrap: wrap;
                justify-content: space-around;
            }
            .display_xs{
                display: block !important;
            }
        }
        @media(min-width:1280px){
            .commonweb1{
                max-width: 90% !important;
            }
            .footer-top ul li{
                padding-right: 0.5%;
            }
            .ewm img{
                width: 60px;
                height: 60px;
            }
        }
        @media(min-width:1300px){
            .commonweb1{
                max-width: 90% !important;
            }
            .footer-top ul li{
                padding-right: 1%;
            }
            .ewm img{
                width: 60px;
                height: 60px;
            }
        }
        @media(min-width:1400px){
            .commonweb1{
                max-width: 90% !important;
            }
            .footer-top ul li{
                padding-right: 1.5%;
            }
            .ewm img{
                width: 80px;
                height: 80px;
            }
        }
        @media(min-width:1680px){
            .commonweb1{
                max-width: 90% !important;
            }
            .footer-top ul li{
                padding-right: 2%;
            }
            .ewm img{
                width: 80px;
                height: 80px;
            }
        }
        @media(min-width:1920px){
            .commonweb1{
                max-width: 90% !important;
            }
            .footer-top ul li{
                padding-right: 3%;
            }
            .ewm img{
                width: 100px;
                height: 100px;
            }
        }